Html Css Color HEX #AF9937 Reef Gold

📋 copy color: '#AF9937'

red 175 ◦ green 153 ◦ blue 55

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

Shades of Reef Gold #AF9937

Tints of Reef Gold #AF9937

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

 BLUE value IS 55 (21.88% from 255) = 14.36%

R = 45.69%
G = 39.95%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF9937 (or 0xAF9937) is known color: Reef Gold. HEX triplet: AF, 99 and 37. RGB value is (175,153,55). Sum of RGB (Red+Green+Blue) = 175+153+55=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9937 is #5066C8. Grayscale: #949494. Windows color (decimal): -5269193 or 3643823. OLE color: 3643823.

HSL color Cylindrical-coordinate representation of color #AF9937: hue angle of 49º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF9937 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 153 55 -
CMYK 0 0.13 0.69 0.31
HSL 49º 0.52% 0.45% -
HSV(B) 49º 0.69% 0.69% -
XYZ 29.76 32.17 8.26 -
YUV 148.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 175 153 55 0 0.13 0.69 0.31 49 0.52 0.45
Hex AF 99 37 0 D 45 1F 31 34 2D
Octal 257 231 67 0 15 105 37 61 64 55
Binary 10101111 10011001 110111 0 1101 1000101 11111 110001 110100 101101

Color Harmonies of #AF9937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9937

Black with #AF9937

Text Example


Text Example

White with #AF9937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9937; }

 p { color: rgb(175,153,55); }

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

background-color css

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

 a { background-color: rgb(175,153,55); }

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

border-color css

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

 span { border-color: rgb(175,153,55); }

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