Html Css Color HEX #AF9238 Reef Gold

📋 copy color: '#AF9238'

red 175 ◦ green 146 ◦ blue 56

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

Shades of Reef Gold #AF9238

Tints of Reef Gold #AF9238

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.73%

 BLUE value IS 56 (22.27% from 255) = 14.85%

R = 46.42%
G = 38.73%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF9238 (or 0xAF9238) is known color: Reef Gold. HEX triplet: AF, 92 and 38. RGB value is (175,146,56). Sum of RGB (Red+Green+Blue) = 175+146+56=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9238 is #506DC7. Grayscale: #909090. Windows color (decimal): -5270984 or 3707567. OLE color: 3707567.

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

Color convert

RGB 175 146 56 -
CMYK 0 0.17 0.68 0.31
HSL 45.38º 0.52% 0.45% -
HSV(B) 45.38º 0.68% 0.69% -
XYZ 28.67 29.96 8.01 -
YUV 144.41 78.11 149.82 -
System Red Green Blue C M Y K H S L
Decimal 175 146 56 0 0.17 0.68 0.31 45.38 0.52 0.45
Hex AF 92 38 0 11 44 1F 2D 34 2D
Octal 257 222 70 0 21 104 37 55 64 55
Binary 10101111 10010010 111000 0 10001 1000100 11111 101101 110100 101101

Color Harmonies of #AF9238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9238

Black with #AF9238

Text Example


Text Example

White with #AF9238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9238; }

 p { color: rgb(175,146,56); }

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

background-color css

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

 a { background-color: rgb(175,146,56); }

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

border-color css

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

 span { border-color: rgb(175,146,56); }

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