Html Css Color HEX #AB8C35 Reef Gold

📋 copy color: '#AB8C35'

red 171 ◦ green 140 ◦ blue 53

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

Shades of Reef Gold #AB8C35

Tints of Reef Gold #AB8C35

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.46%

 BLUE value IS 53 (21.09% from 255) = 14.56%

R = 46.98%
G = 38.46%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB8C35 (or 0xAB8C35) is known color: Reef Gold. HEX triplet: AB, 8C and 35. RGB value is (171,140,53). Sum of RGB (Red+Green+Blue) = 171+140+53=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C35 is #5473CA. Grayscale: #8B8B8B. Windows color (decimal): -5534667 or 3509419. OLE color: 3509419.

HSL color Cylindrical-coordinate representation of color #AB8C35: hue angle of 44.24º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB8C35 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 140 53 -
CMYK 0 0.18 0.69 0.33
HSL 44.24º 0.53% 0.44% -
HSV(B) 44.24º 0.69% 0.67% -
XYZ 26.82 27.67 7.3 -
YUV 139.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 171 140 53 0 0.18 0.69 0.33 44.24 0.53 0.44
Hex AB 8C 35 0 12 45 21 2C 35 2C
Octal 253 214 65 0 22 105 41 54 65 54
Binary 10101011 10001100 110101 0 10010 1000101 100001 101100 110101 101100

Color Harmonies of #AB8C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C35

Black with #AB8C35

Text Example


Text Example

White with #AB8C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C35; }

 p { color: rgb(171,140,53); }

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

background-color css

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

 a { background-color: rgb(171,140,53); }

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

border-color css

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

 span { border-color: rgb(171,140,53); }

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