Html Css Color HEX #AB852B Reef Gold

📋 copy color: '#AB852B'

red 171 ◦ green 133 ◦ blue 43

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

Shades of Reef Gold #AB852B

Tints of Reef Gold #AB852B

RGB

 RED value IS 171 (67.19% from 255) = 49.28%

 GREEN value IS 133 (52.34% from 255) = 38.33%

 BLUE value IS 43 (17.19% from 255) = 12.39%

R = 49.28%
G = 38.33%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB852B (or 0xAB852B) is known color: Reef Gold. HEX triplet: AB, 85 and 2B. RGB value is (171,133,43). Sum of RGB (Red+Green+Blue) = 171+133+43=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB852B is #547AD4. Grayscale: #868686. Windows color (decimal): -5536469 or 2852267. OLE color: 2852267.

HSL color Cylindrical-coordinate representation of color #AB852B: hue angle of 42.19º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB852B is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 133 43 -
CMYK 0 0.22 0.75 0.33
HSL 42.19º 0.6% 0.42% -
HSV(B) 42.19º 0.75% 0.67% -
XYZ 25.62 25.61 5.88 -
YUV 134.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 171 133 43 0 0.22 0.75 0.33 42.19 0.6 0.42
Hex AB 85 2B 0 16 4B 21 2A 3C 2A
Octal 253 205 53 0 26 113 41 52 74 52
Binary 10101011 10000101 101011 0 10110 1001011 100001 101010 111100 101010

Color Harmonies of #AB852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB852B

Black with #AB852B

Text Example


Text Example

White with #AB852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB852B; }

 p { color: rgb(171,133,43); }

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

background-color css

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

 a { background-color: rgb(171,133,43); }

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

border-color css

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

 span { border-color: rgb(171,133,43); }

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