Html Css Color HEX #AF9430 Reef Gold

📋 copy color: '#AF9430'

red 175 ◦ green 148 ◦ blue 48

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

Shades of Reef Gold #AF9430

Tints of Reef Gold #AF9430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

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

R = 47.17%
G = 39.89%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF9430 (or 0xAF9430) is known color: Reef Gold. HEX triplet: AF, 94 and 30. RGB value is (175,148,48). Sum of RGB (Red+Green+Blue) = 175+148+48=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9430 is #506BCF. Grayscale: #919191. Windows color (decimal): -5270480 or 3183791. OLE color: 3183791.

HSL color Cylindrical-coordinate representation of color #AF9430: hue angle of 47.24º 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 #AF9430 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 148 48 -
CMYK 0 0.15 0.73 0.31
HSL 47.24º 0.57% 0.44% -
HSV(B) 47.24º 0.73% 0.69% -
XYZ 28.8 30.51 7.17 -
YUV 144.67 73.45 149.63 -
System Red Green Blue C M Y K H S L
Decimal 175 148 48 0 0.15 0.73 0.31 47.24 0.57 0.44
Hex AF 94 30 0 F 49 1F 2F 39 2C
Octal 257 224 60 0 17 111 37 57 71 54
Binary 10101111 10010100 110000 0 1111 1001001 11111 101111 111001 101100

Color Harmonies of #AF9430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9430

Black with #AF9430

Text Example


Text Example

White with #AF9430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9430; }

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

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

background-color css

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

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

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

border-color css

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

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

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