Html Css Color HEX #AB8C26 Reef Gold

📋 copy color: '#AB8C26'

red 171 ◦ green 140 ◦ blue 38

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

Shades of Reef Gold #AB8C26

Tints of Reef Gold #AB8C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.89%

R = 49%
G = 40.11%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB8C26 (or 0xAB8C26) is known color: Reef Gold. HEX triplet: AB, 8C and 26. RGB value is (171,140,38). Sum of RGB (Red+Green+Blue) = 171+140+38=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C26 is #5473D9. Grayscale: #8A8A8A. Windows color (decimal): -5534682 or 2526379. OLE color: 2526379.

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

Color convert

RGB 171 140 38 -
CMYK 0 0.18 0.78 0.33
HSL 46.02º 0.64% 0.41% -
HSV(B) 46.02º 0.78% 0.67% -
XYZ 26.52 27.55 5.75 -
YUV 137.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 171 140 38 0 0.18 0.78 0.33 46.02 0.64 0.41
Hex AB 8C 26 0 12 4E 21 2E 40 29
Octal 253 214 46 0 22 116 41 56 100 51
Binary 10101011 10001100 100110 0 10010 1001110 100001 101110 1000000 101001

Color Harmonies of #AB8C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C26

Black with #AB8C26

Text Example


Text Example

White with #AB8C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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