Html Css Color HEX #AF862E Reef Gold

📋 copy color: '#AF862E'

red 175 ◦ green 134 ◦ blue 46

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

Shades of Reef Gold #AF862E

Tints of Reef Gold #AF862E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.75%

 BLUE value IS 46 (18.36% from 255) = 12.96%

R = 49.3%
G = 37.75%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF862E (or 0xAF862E) is known color: Reef Gold. HEX triplet: AF, 86 and 2E. RGB value is (175,134,46). Sum of RGB (Red+Green+Blue) = 175+134+46=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF862E is #5079D1. Grayscale: #888888. Windows color (decimal): -5274066 or 3049135. OLE color: 3049135.

HSL color Cylindrical-coordinate representation of color #AF862E: hue angle of 40.93º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF862E is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 134 46 -
CMYK 0 0.23 0.74 0.31
HSL 40.93º 0.58% 0.43% -
HSV(B) 40.93º 0.74% 0.69% -
XYZ 26.7 26.36 6.27 -
YUV 136.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 175 134 46 0 0.23 0.74 0.31 40.93 0.58 0.43
Hex AF 86 2E 0 17 4A 1F 29 3A 2B
Octal 257 206 56 0 27 112 37 51 72 53
Binary 10101111 10000110 101110 0 10111 1001010 11111 101001 111010 101011

Color Harmonies of #AF862E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF862E

Black with #AF862E

Text Example


Text Example

White with #AF862E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF862E; }

 p { color: rgb(175,134,46); }

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

background-color css

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

 a { background-color: rgb(175,134,46); }

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

border-color css

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

 span { border-color: rgb(175,134,46); }

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