Html Css Color HEX #AF8B32 Reef Gold

📋 copy color: '#AF8B32'

red 175 ◦ green 139 ◦ blue 50

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

Shades of Reef Gold #AF8B32

Tints of Reef Gold #AF8B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.19%

 BLUE value IS 50 (19.92% from 255) = 13.74%

R = 48.08%
G = 38.19%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF8B32 (or 0xAF8B32) is known color: Reef Gold. HEX triplet: AF, 8B and 32. RGB value is (175,139,50). Sum of RGB (Red+Green+Blue) = 175+139+50=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8B32 is #5074CD. Grayscale: #8C8C8C. Windows color (decimal): -5272782 or 3312559. OLE color: 3312559.

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

Color convert

RGB 175 139 50 -
CMYK 0 0.21 0.71 0.31
HSL 42.72º 0.56% 0.44% -
HSV(B) 42.72º 0.71% 0.69% -
XYZ 27.49 27.81 6.94 -
YUV 139.62 77.43 153.24 -
System Red Green Blue C M Y K H S L
Decimal 175 139 50 0 0.21 0.71 0.31 42.72 0.56 0.44
Hex AF 8B 32 0 15 47 1F 2B 38 2C
Octal 257 213 62 0 25 107 37 53 70 54
Binary 10101111 10001011 110010 0 10101 1000111 11111 101011 111000 101100

Color Harmonies of #AF8B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8B32

Black with #AF8B32

Text Example


Text Example

White with #AF8B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8B32; }

 p { color: rgb(175,139,50); }

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

background-color css

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

 a { background-color: rgb(175,139,50); }

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

border-color css

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

 span { border-color: rgb(175,139,50); }

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