Html Css Color HEX #AF9534 Reef Gold

📋 copy color: '#AF9534'

red 175 ◦ green 149 ◦ blue 52

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

Shades of Reef Gold #AF9534

Tints of Reef Gold #AF9534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 46.54%
G = 39.63%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF9534 (or 0xAF9534) is known color: Reef Gold. HEX triplet: AF, 95 and 34. RGB value is (175,149,52). Sum of RGB (Red+Green+Blue) = 175+149+52=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9534 is #506ACB. Grayscale: #929292. Windows color (decimal): -5270220 or 3446191. OLE color: 3446191.

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

Color convert

RGB 175 149 52 -
CMYK 0 0.15 0.70 0.31
HSL 47.32º 0.54% 0.45% -
HSV(B) 47.32º 0.7% 0.69% -
XYZ 29.05 30.86 7.67 -
YUV 145.72 75.11 148.89 -
System Red Green Blue C M Y K H S L
Decimal 175 149 52 0 0.15 0.70 0.31 47.32 0.54 0.45
Hex AF 95 34 0 F 46 1F 2F 36 2D
Octal 257 225 64 0 17 106 37 57 66 55
Binary 10101111 10010101 110100 0 1111 1000110 11111 101111 110110 101101

Color Harmonies of #AF9534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9534

Black with #AF9534

Text Example


Text Example

White with #AF9534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9534; }

 p { color: rgb(175,149,52); }

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

background-color css

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

 a { background-color: rgb(175,149,52); }

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

border-color css

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

 span { border-color: rgb(175,149,52); }

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