Html Css Color HEX #AF8830 Reef Gold

📋 copy color: '#AF8830'

red 175 ◦ green 136 ◦ blue 48

#AF8830
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #AF8830

Tints of Reef Gold #AF8830

RGB

 RED value IS 175 (68.75% from 255) = 48.75%

 GREEN value IS 136 (53.52% from 255) = 37.88%

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 48.75%
G = 37.88%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF8830 (or 0xAF8830) is known color: Reef Gold. HEX triplet: AF, 88 and 30. RGB value is (175,136,48). Sum of RGB (Red+Green+Blue) = 175+136+48=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8830 is #5077CF. Grayscale: #8A8A8A. Windows color (decimal): -5273552 or 3180719. OLE color: 3180719.

HSL color Cylindrical-coordinate representation of color #AF8830: hue angle of 41.57º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF8830 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 136 48 -
CMYK 0 0.22 0.73 0.31
HSL 41.57º 0.57% 0.44% -
HSV(B) 41.57º 0.73% 0.69% -
XYZ 27.02 26.94 6.57 -
YUV 137.63 77.42 154.66 -
System Red Green Blue C M Y K H S L
Decimal 175 136 48 0 0.22 0.73 0.31 41.57 0.57 0.44
Hex AF 88 30 0 16 49 1F 2A 39 2C
Octal 257 210 60 0 26 111 37 52 71 54
Binary 10101111 10001000 110000 0 10110 1001001 11111 101010 111001 101100

Color Harmonies of #AF8830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8830

Black with #AF8830

Text Example


Text Example

White with #AF8830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8830; }

 p { color: rgb(175,136,48); }

 H1.HeaderClassName
 {
   color: #AF8830;
 }
 .AnyTagClassName
 {
   color: #AF8830;
 }
</style>

background-color css

<style>
 a { background-color: #AF8830; }

 a { background-color: rgb(175,136,48); }

 div.DivClassName
 {
   background-color: #AF8830;
 }
 .BgClassName
 {
   background-color: #AF8830;
 }
</style>

border-color css

<style>
 span { border-color: #AF8830; }

 span { border-color: rgb(175,136,48); }

 td.TdClassName
 {
   border-color: #AF8830;
 }
 .TagClassName
 {
   border-color: #AF8830;
 }
</style>